Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.ElseIf

Packages that use ElseIf
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of ElseIf in org.eclipse.vtp.framework.interactions.voice.vxml
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml that return ElseIf
 ElseIf[] If.getElseIfs()
          Returns the list of extra conditionals in this if.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type ElseIf
 void If.addElseIf(ElseIf elseIf)
          Adds the else-if element to the set of secondary conditionals to evaluate if this element's condition evaluates to false.
 void If.removeElseIf(ElseIf elseIf)
          Removes the else-if element from the set of secondary conditionals to evaluate if this element's condition evaluates to false.